mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 21:37:35 -08:00
20 lines
340 B
Diff
20 lines
340 B
Diff
--- 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 \
|