File: define_linux

package info (click to toggle)
codonw 1.4.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,072 kB
  • sloc: ansic: 11,227; makefile: 207; sh: 194; perl: 36
file content (12 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (5)
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