1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Remove split.o at make clean.

This commit is contained in:
Nick Patavalis
2015-08-18 20:42:50 +03:00
parent 1ebc60b20f
commit 4dcf559f15

View File

@ -1,11 +1,11 @@
VERSION=2.0a
# CC = gcc
#CC = gcc
CPPFLAGS=-DVERSION_STR=\"$(VERSION)\"
CFLAGS = -Wall -g
# LD = gcc
#LD = gcc
LDFLAGS = -g
LDLIBS =
@ -56,7 +56,7 @@ picocom.8.ps : picocom.8
groff -mandoc -Tps $< > $@
clean:
rm -f picocom.o term.o linenoise-1.0/linenoise.o
rm -f picocom.o term.o split.o linenoise-1.0/linenoise.o
rm -f *~
rm -f \#*\#