Skip to content

Commit

Permalink
makefile wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
msoulier committed Jul 1, 2024
1 parent c72c2f4 commit b58ece8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

tsmon:
rm -rf dist
mkdir dist || exit 1
(cd dist && cmake .. && cmake --build . -j 5)

clean:
rm -rf dist
5 changes: 0 additions & 5 deletions buildme.sh

This file was deleted.

0 comments on commit b58ece8

Please sign in to comment.