dawenxi-tech / 2fa

A 2FA desktop application.
MIT License
2 stars 1 forks source link

makefile: dep tools adjusted for linux #30

Closed gedw99 closed 9 months ago

gedw99 commented 9 months ago

for https://github.com/dawenxi-tech/2fa/issues/29

This modifies dep-tools to switch based not the OS and to create the needed stuff for linux.

dep-tools is called from "all" now, so its done once.

gedw99 commented 9 months ago

this seems to work so will commit.

@heramerom I think you just need to fix your actual "make build" script for linux..

heramerom commented 9 months ago

Works perfect. Thank you!