forked from bonsai/harakit
fop(1): working prototype
This commit is contained in:
@@ -60,6 +60,9 @@ test: build
|
||||
false: src/false.rs build_dir
|
||||
$(RUSTC) $(RUSTCFLAGS) -o build/bin/false src/false.rs
|
||||
|
||||
fop: src/fop.rs build_dir
|
||||
$(RUSTC) $(RUSTCFLAGS) -o build/bin/fop src/fop.rs
|
||||
|
||||
intcmp: src/intcmp.c build_dir
|
||||
$(CC) $(CFLAGS) -o build/bin/intcmp src/intcmp.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user