Add baud rate setting and some minor changes
This commit is contained in:
parent
7e8ba61b04
commit
13ffe0c2c7
10 changed files with 52 additions and 18 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ all: gclog
|
|||
|
||||
gclog: $(OBJECTS)
|
||||
$(CC) $(LDFLAGS) -o $@ $(OBJECTS)
|
||||
which upx >/dev/null 2>&1 && upx -9 -qq $@ || true
|
||||
# which upx >/dev/null 2>&1 && upx -9 -qq $@ || true
|
||||
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue