blob: ba28e6a5edfb9d8379987df70406437859ab1c4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile Thu Jun 26 23:43:33 2003
+++ Makefile.new Thu Jun 26 23:44:58 2003
@@ -23,7 +23,7 @@
PRG = dancer
all: src/config.h
- (cd src; make debug)
+ (cd src; make)
src/config.h:
(cd src; ./configure; cd ..)
|