mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
Cleanup
This commit is contained in:
parent
db66a876f7
commit
bbc62d8d14
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -172,9 +172,8 @@ dispatch.c : generate-c.scm
|
|||
|
||||
$(CYC_RT_LIB) : $(CFILES) $(HEADERS) $(CYC_BN_LIB)
|
||||
|
||||
# JAE TODO: clean this up
|
||||
$(CYC_BN_LIB) : $(CYC_BN_LIB_SUBDIR)/*.c
|
||||
cd $(CYC_BN_LIB_SUBDIR) ; make LIBNAME=libcyclonebn.a && cp libcyclonebn.a ../..
|
||||
cd $(CYC_BN_LIB_SUBDIR) ; make LIBNAME=$(CYC_BN_LIB) && cp $(CYC_BN_LIB) ../..
|
||||
|
||||
hashset.o : hashset.c $(HEADERS)
|
||||
$(CCOMP) -c $< -o $@
|
||||
|
|
Loading…
Add table
Reference in a new issue