summarylogtreecommitdiffstats
path: root/define_linux.patch
blob: 5a07af30c2215a81ff4e2083bb61c7d92c5c1322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Define_linux
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@
 
 all: codonw
 
+CFLAGS+=-DLINUX
+
 codonw: $(objects)
 	$(CC) $(CFLAGS) $(LDFLAGS) $(objects) -o codonw -lm