Fixed comment
This commit is contained in:
parent
fc1b4d3ddc
commit
b0e631d402
|
@ -13,7 +13,7 @@ INT = int
|
||||||
|
|
||||||
IP_SPEC = $(SRC_HOME)/etc/ip_spec.t
|
IP_SPEC = $(SRC_HOME)/etc/ip_spec.t
|
||||||
TRAPS = $(SRC_HOME)/etc/traps
|
TRAPS = $(SRC_HOME)/etc/traps
|
||||||
APP_A = $(SRC_HOME)/doc/int/appA # to be moved later
|
APP_A = $(SRC_HOME)/doc/int/appA# # to be moved later
|
||||||
|
|
||||||
CFILES = $(SRC_DIR)/alloc.c \
|
CFILES = $(SRC_DIR)/alloc.c \
|
||||||
$(SRC_DIR)/core.c \
|
$(SRC_DIR)/core.c \
|
||||||
|
|
|
@ -35,7 +35,7 @@ lint:
|
||||||
$(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkiswitch.c $(UTIL_HOME)/lib.bin/em_data.$(LINTSUF)
|
$(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkiswitch.c $(UTIL_HOME)/lib.bin/em_data.$(LINTSUF)
|
||||||
$(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkswitch.c
|
$(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkswitch.c
|
||||||
|
|
||||||
clean: # NOT the cases files !
|
clean:# # NOT the cases files !
|
||||||
rm -f a.out core $(OBJ) mkswitch mkiswitch
|
rm -f a.out core $(OBJ) mkswitch mkiswitch
|
||||||
|
|
||||||
bare: clean
|
bare: clean
|
||||||
|
|
Loading…
Reference in a new issue