Lots of small code cleanup: make symbols local, remove unused symbols,
fixed a typo, removed a now unused header file. Use #include <..> for header files that represent libraries.
This commit is contained in:
@@ -11,7 +11,7 @@ d = ..
|
||||
|
||||
# programs, flags, etc.
|
||||
CC = exec cc
|
||||
CFLAGS = -I$i $(CPROFILE)
|
||||
CFLAGS = -I.. -I$i $(CPROFILE)
|
||||
LDFLAGS = -i
|
||||
LIBS = -lsys -ltimers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user