Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
add IP target
Browse files Browse the repository at this point in the history
  • Loading branch information
bwitherspoon committed Sep 30, 2016
1 parent b804afc commit 52f31ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -6,7 +6,10 @@ all:
test:
for d in $(DIRS); do make -C $$d test; done

ip:
make -C ip

clean:
for d in $(DIRS); do make -C $$d clean; done

.PHONY: all test clean
.PHONY: all test ip clean

0 comments on commit 52f31ed

Please sign in to comment.