diff options
author | Camil Staps | 2017-11-22 09:58:14 +0100 |
---|---|---|
committer | Camil Staps | 2017-11-22 09:58:14 +0100 |
commit | 7644d57ce32264f35175518ed848b39cb0a62f0d (patch) | |
tree | 139162303642e3fedb7e434bddece9ae834808be /Makefile | |
parent | Add parser (diff) |
Test setup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ BIN:=pf CLM:=clm -CLMFLAGS:=-b -IL Platform -IL Generics +CLMFLAGS:=-nr -IL Platform -IL Generics .PHONY: all clean |