summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index 55d0e995..09d9d785 100644
--- a/makefile
+++ b/makefile
@@ -27,10 +27,10 @@ o/w/x/%.k:w/x/%.k;$M;ln -f $< $@
o/w/index.html:w/index.html k w/inl.k w/*.js;$M;cd w && ./inl.k index.html *.js >../$@ && cd -
o/w/http:w/http.c;$(CC) $< -o $@
-# #nyi
-# O_32=@opts -m32
-# o/32/%.o:%.c *.h;$M;$(CC) $(O_32) -o $@ -c $<
-# k32:$(patsubst %.c,o/32/%.o,$(wildcard *.c));$(CC) $(O_32) -o $@ $^ -lgcc -lm -ldl
+#nyi
+O_32=@opts -m32
+o/32/%.o:%.c *.h;$M;$(CC) $(O_32) -o $@ -c $<
+k32:$(patsubst %.c,o/32/%.o,$(wildcard *.c));$(CC) $(O_32) -o $@ $^ -lgcc -lm -ldl
o/t:t/t.c;$(CC) $< -o $@ -Wall -Wno-unused-result -Werror