diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ RPM=$(HOME)/rpm #override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\" all: transfug_oe - #for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done +# for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done transfug_oe: transfug_oe.c $(CC) $(CFLAGS) -o transfug_oe transfug_oe.c |