summary refs log tree commit diff
path: root/Makefile
blob: e80b6765903ec8b8fc945d894a81482f85cb2f14 (plain) (blame)
1
2
3
4
5
6
7
8
9
CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings
LDLIBS=-lzip

all: mico-store mico-dump

clean: FRC
	rm -f mico-store

FRC: