mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 14:07:34 +02:00
Tweaks
This commit is contained in:
parent
3a296d89a0
commit
03c0c81edc
2 changed files with 1 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -173,7 +173,6 @@ clean:
|
|||
rm -rf a.out *.o *.so *.a *.out tags cyclone icyc scheme/*.o scheme/*.c
|
||||
$(foreach f,$(TESTSCM), rm -rf $(f) $(f).c tests/$(f).c;)
|
||||
|
||||
#install: all
|
||||
install:
|
||||
$(MKDIR) $(DESTDIR)$(BINDIR)
|
||||
$(MKDIR) $(DESTDIR)$(LIBDIR)
|
||||
|
|
|
@ -20,7 +20,7 @@ all: cyclone icyc unit-tests
|
|||
|
||||
libcyclone.a: runtime.c runtime.h dispatch.c
|
||||
$(CC) -g -c dispatch.c -o dispatch.o
|
||||
$(CC) -g -c runtime.c -o runtime.o
|
||||
$(CC) -g -c -DCYC_INSTALL_DIR=\"$(PREFIX)\" runtime.c -o runtime.o
|
||||
$(AR) rcs libcyclone.a runtime.o dispatch.o
|
||||
|
||||
cyclone: $(COBJECTS) libcyclone.a
|
||||
|
|
Loading…
Add table
Reference in a new issue