mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
Formatting
This commit is contained in:
parent
3aa2bcec3e
commit
e4232275bf
7 changed files with 40 additions and 33 deletions
25
makefile
25
makefile
|
|
@ -2,19 +2,20 @@
|
|||
VOC = /opt/voc/bin/voc
|
||||
|
||||
all:
|
||||
$(VOC) -s types.Mod sockets.Mod netdb.Mod Internet.Mod stringHelpers.Mod time.Mod IRC.Mod test.Mod -m
|
||||
|
||||
http:
|
||||
$(VOC) -s types.Mod sockets.Mod netdb.Mod Internet.Mod time.Mod logger.Mod http.Mod -m
|
||||
cd builds && \
|
||||
$(VOC) -s \
|
||||
../time.Mod \
|
||||
../logger.Mod \
|
||||
../diaspora2hugo/src/lists/Sys.Mod \
|
||||
../diaspora2hugo/src/lists/List.Mod \
|
||||
../CharacterStack.Mod \
|
||||
../HashMapString.Mod -m
|
||||
|
||||
clean:
|
||||
rm *.h &
|
||||
rm *.c &
|
||||
rm *.o &
|
||||
rm *.sym &
|
||||
rm http &
|
||||
rm CharaterStack &
|
||||
cd builds && rm * &
|
||||
|
||||
test: clean http
|
||||
./http
|
||||
run:
|
||||
./builds/HashMap
|
||||
|
||||
test: clean all run
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue