Commit
Info
Änderung: 663:da3d9e0648c5
Nutzer: Arne Babenhauserheide <bab@draketo.de>
Datum: Tue Feb 28 22:04:02 2012 +0100
Zusammenfassung: added a test clause to the Makfile: Look at the index file in Firefox :)
Makefile | 3 +++
1 Dateien verändert, 3 Zeilen hinzugefügt(+), 0 Zeilen entfernt(-)
--- a/Makefile 2012-04-15 11:47:47.258889427 +0200
+++ b/Makefile 2012-04-15 11:47:47.262222795 +0200
@@ -8,3 +8,6 @@ log.txt : .hg/store/00changelog.i
static/%.css : templates/%.css
cp $< $@
test :
firefox static/index.html & true
\ Kein Zeilenumbruch am Dateiende.
Diff
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,6 @@ log.txt : .hg/store/00changelog.i
static/%.css : templates/%.css
cp $< $@
+
+test :
+ firefox static/index.html & true
\ No newline at end of file
Full export
# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1330463042 -3600
# Node ID da3d9e0648c5f0c2f2e607653a04dd964ead8ad7
# Parent 20e65b3cfd22fa1cd3920a5f4a8034c320af2fbd
added a test clause to the Makfile: Look at the index file in Firefox :)
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,6 @@ log.txt : .hg/store/00changelog.i
static/%.css : templates/%.css
cp $< $@
+
+test :
+ firefox static/index.html & true
\ No newline at end of file
Alle Änderungen