mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-05 22:50:34 +01:00
6 lines
78 B
Makefile
6 lines
78 B
Makefile
CC = gcc
|
|
CFLAGS += -Wall
|
|
|
|
mtd: mtd.o jffs2.o crc32.o
|
|
clean:
|
|
rm -f *.o jffs2
|