CPPFLAGS = -g

all:: main

main: event.o 

clean: 
	rm main event.o

event.o :: myconst.h event.h
