summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cb3d0f..1d004eb 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,10 @@ pyobjects.a:
$(CC) -c $< $(CFLAGS)
signalmap:
- python sig2code.py < ~/irssi-0.8.10/docs/signals.txt > pysigmap.h
+ awk -f sig2code.awk ~/irssi-0.8.10/docs/signals.txt > pysigmap.h
+
+constants:
+ awk -f constants.awk constants.txt > pyconstants.h
clean:
rm -f *.o *.so