Skip to content

Commit

Permalink
Fix #2, Include path and rm -f
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Sep 12, 2019
1 parent 1ab1c56 commit 7f398c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
##
## If this subsystem needs include files from another app, add the path here.
##
INCLUDE_PATH = \
-I..
INCLUDE_PATH =

all:
gcc $(INCLUDE_PATH) -g -o cfe_ts_crc cfe_ts_crc.c

clean:
rm cfe_ts_crc
rm -f cfe_ts_crc

0 comments on commit 7f398c4

Please sign in to comment.