TARGET=semher OBJS=main.o LIBS= -lcwiid $(TARGET): $(OBJS) g++ -o $(TARGET) $(OBJS) $(LIBS)