diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-28 21:30:30 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | a77062ce3dc9a99ad0662010cc7eeb00dd5036a6 (patch) | |
| tree | 6936b60eb7a8221d38886d0db11953fe6ee56f23 /Makefile | |
| parent | 473797d820b3b224ee1d370a50e4bcd01d09d48e (diff) | |
Added license information!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -9,11 +9,9 @@ OBJS=$(SRCS:.c=.o) BUILDROOT_DIR=buildroot-2020.11.1 ifeq ($(PLATFORM), native) - SIZE=size STRIP=strip else STRIP=$(BUILDROOT_DIR)/output/host/bin/arm-linux-strip - SIZE=$(BUILDROOT_DIR)/output/host/bin/arm-linux-size CC=$(BUILDROOT_DIR)/output/host/bin/arm-linux-cc endif @@ -22,8 +20,7 @@ endif ctaklm: src/ctaklm.o $(OBJS) $(CC) $(CFLAGS) src/ctaklm.o $(OBJS) -o ctaklm -# $(STRIP) ctaklm - $(SIZE) ctaklm + $(STRIP) ctaklm pptdb: src/pptdb.o $(OBJS) $(CC) $(CFLAGS) src/pptdb.o $(OBJS) -o pptdb @@ -31,7 +28,6 @@ pptdb: src/pptdb.o $(OBJS) ct1986: src/ct1986.o $(OBJS) $(CC) $(CFLAGS) src/ct1986.o $(OBJS) -o ct1986 $(STRIP) ct1986 - $(SIZE) ct1986 all: ctaklm ct1986 ifneq ($(PLATFORM), native) |
