Skip to content

Commit

Permalink
Makefile: add 'force' command to force rebuild lkl too
Browse files Browse the repository at this point in the history
Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
  • Loading branch information
luciang committed Dec 20, 2009
1 parent 21ca118 commit df60007
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ $(PRJ_NAME).sys: $(INC) $(PRJ_SRC)
-nostartfiles -Llib -lmingw-patch -lntoskrnl -lhal -nostdlib \ -nostartfiles -Llib -lmingw-patch -lntoskrnl -lhal -nostdlib \
-shared -o $@ -shared -o $@


force:
rm -f ntk/lkl.a
make all
mv drvpoc.sys /home/gringo/smbshare/

clean: clean:
rm -rf .deps $(PRJ_NAME).sys rm -rf .deps $(PRJ_NAME).sys
rm -f src/*.o rm -f src/*.o
Expand Down

0 comments on commit df60007

Please sign in to comment.