You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/codegroup/files/codegroup-20080907-Makefile...

20 lines
340 B

--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
PROGS = codegroup
-CFLAGS = -O -Wall
PAGER = more
all: $(PROGS)
@@ -8,9 +7,6 @@
clean:
rm -f $(PROGS) *.o *.bak *.zip core code.* *.out
-codegroup: codegroup.o
- $(CC) codegroup.o -o codegroup $(CFLAGS)
-
# Create zipped archive
RELFILES = Makefile codegroup.1 codegroup.c \