mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Add some historic code just for the heck of it.
This commit is contained in:
parent
6bb855873d
commit
54c47a1e03
50 changed files with 8064 additions and 0 deletions
16
attic/historic/anode/libspark/Makefile
Normal file
16
attic/historic/anode/libspark/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
SYSNAME:=${shell uname}
|
||||
SYSNAME!=uname
|
||||
include ../config.mk.${SYSNAME}
|
||||
|
||||
LIBSPARK_OBJS=
|
||||
|
||||
all: libspark
|
||||
|
||||
libspark: $(LIBSPARK_OBJS)
|
||||
ar rcs libspark.a $(LIBSPARK_OBJS)
|
||||
ranlib libspark.a
|
||||
|
||||
clean: force
|
||||
rm -f *.a *.so *.dylib *.dll *.lib *.exe *.o
|
||||
|
||||
force: ;
|
Loading…
Add table
Add a link
Reference in a new issue