mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-15 01:23:35 +02:00
13 lines
323 B
Diff
13 lines
323 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,9 +1,3 @@
|
|
-TARGET := cuegen
|
|
-CC := gcc
|
|
-CFLAGS := -O2 -pipe -fomit-frame-pointer
|
|
-WARN := -W -Wall -Wstrict-prototypes -Wmissing-prototypes
|
|
+CFLAGS += -W -Wall -Wstrict-prototypes -Wmissing-prototypes
|
|
|
|
all: cuegen
|
|
-
|
|
-cuegen: cuegen.o
|
|
- ${CC} ${WARN} ${CFLAGS} cuegen.c -o cuegen
|