mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
12 lines
184 B
Diff
12 lines
184 B
Diff
Description: Define_linux
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -3,6 +3,8 @@
|
|
|
|
all: codonw
|
|
|
|
+CFLAGS+=-DLINUX
|
|
+
|
|
codonw: $(objects)
|
|
$(CC) $(CFLAGS) $(LDFLAGS) $(objects) -o codonw -lm
|
|
|