Skip to content

Commit

Permalink
fixed Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Cheblakov authored and Pavel Cheblakov committed Aug 5, 2010
1 parent 9b36dda commit 45fbc0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ modules_install::
depmod

camt: camt.c
cc camt.c -o camt -lreadline
cc camt.c -o camt -lreadline -lncurses

clean:
rm -f *.o *.ko *.cmd camt
Expand Down
3 changes: 1 addition & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

all: naf indicator c0609 c0612 catch_lam rw_count2 rw_count3 write_block read_block

CFLAGS= -I/usr/include -O2 -Wall
CFLAGS= -I/usr/include -I../ -O2 -Wall
HEADERS = ../camac.h

indicator: indicator.c
Expand Down

0 comments on commit 45fbc0a

Please sign in to comment.