This website requires JavaScript.
Explore
Help
Sign In
Marc
/
server
forked from
github/server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6c37b122b4
server
/
Makefile
10 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
I am killing the core/ directory. Lots of files are moving to a new location in src/ Some intersting CMake changes.
2014-02-18 05:45:00 +01:00
all
:
disable broken test, try new travis infrastructure
2015-07-11 16:02:51 +02:00
s/build
test
:
s/runtests
make clean, to remove emacs backup files
2014-08-12 15:38:30 +02:00
clean
:
disable broken test, try new travis infrastructure
2015-07-11 16:02:51 +02:00
@rm -f *.log.*
make clean, to remove emacs backup files
2014-08-12 15:38:30 +02:00
@find . -name
"*~"
|
xargs rm -f