summary refs log tree commit diff
path: root/Makefile
blob: 4c07d17e9673082e085d5f4a4221add85bbf7915 (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

clean: FRC
	rm -f mico-store

FRC: